type github.com/jackc/pgx/v5/pgtype.uint8Wrapper

9 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		builtin_wrappers.go#L129: type uint8Wrapper uint8
		builtin_wrappers.go#L131: func (w uint8Wrapper) SkipUnderlyingTypePlan() {}
		builtin_wrappers.go#L133: func (w *uint8Wrapper) ScanInt64(v Int8) error {
		builtin_wrappers.go#L144: 	*w = uint8Wrapper(v.Int64)
		builtin_wrappers.go#L149: func (w uint8Wrapper) Int64Value() (Int8, error) {
		pgtype.go#L617: 		return &wrapUint8ScanPlan{}, (*uint8Wrapper)(target), true
		pgtype.go#L714: 	return plan.next.Scan(src, (*uint8Wrapper)(dst.(*uint8)))
		pgtype.go#L1474: 		return &wrapUint8EncodePlan{}, uint8Wrapper(value), true
		pgtype.go#L1573: 	return plan.next.Encode(uint8Wrapper(value.(uint8)), buf)